Autogenerated HTML docs for v1.1.5-g36b5
diff --git a/git-branch.txt b/git-branch.txt index d20b475..b1bc827 100644 --- a/git-branch.txt +++ b/git-branch.txt
@@ -7,7 +7,7 @@ SYNOPSIS -------- -'git-branch' [-d | -D] [<branchname> [start-point]] +'git-branch' [(-d | -D) <branchname>] | [[-f] <branchname> [<start-point>]] DESCRIPTION ----------- @@ -25,10 +25,13 @@ -D:: Delete a branch irrespective of its index status. +-f:: + Force a reset of <branchname> to <start-point> (or current head). + <branchname>:: The name of the branch to create or delete. -start-point:: +<start-point>:: Where to create the branch; defaults to HEAD. This option has no meaning with -d and -D.